home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / nos042_s / st.h < prev    next >
Text File  |  1994-09-16  |  313b  |  10 lines

  1. /* Various I/O definitions specific to the Atari ST */
  2.  
  3. #define RS232    1        /* address of RS232 */
  4. #define MIDI    3        /* address of MIDI */
  5.  
  6. #define FLOW    1        /* flow control just like FLOW ON on a tnc-2 */
  7.  
  8. #define TICKSEC    50    /* Ticks per second                                    */
  9. #define MSTICK        20 /* Milli seconds per tick                            */
  10.